
.container .banner {
    min-width: 1200px;
    height: 350px;
}
.container .banner .banner-item {
    width: 100%;
    height: 100%;
    display: flex;
}
.container .banner .banner-item img {
    width: 1920px;
    height: 350px;
    margin: auto;
}
.middle-tips {
    width: 1200px;
    margin: 0 auto;
    height: 172px;
    position: relative;
}
.middle-tips .middle-top {
    display: flex;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
    background-color: #e5e5e5;
    border-radius: 16px;
    position: absolute;
    top: -45px;
    left: 0;
}

.middle-top .tips-item {
    width: 400px;
    height: 200px;
    text-align: center;
    background-color: #fff;
}
.middle-top .tips-item:nth-child(1) {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-right: 1px solid #e5e5e5;
}
.middle-top .tips-item:nth-child(2) {
    border-right: 1px solid #e5e5e5;
}
.middle-top .tips-item:nth-child(3) {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.middle-top .tips-item img {
    width: 48px;
    height: 48px;
    margin-top: 24px;
    
}
.middle-top .tips-item p:nth-child(2) {
    font-size: 40px;
    font-weight: bold;
    margin-top: 16px;
}
.middle-top .tips-item p:nth-child(3) {
    margin-top: 16px;
    font-size: 16px;
    color: #75758C;
}

/* 热门院校 */
.offer-main {
    width: 1200px;
    margin: 0 auto;
}
.offer-main .hot-school .hot-title {
    height: 144px;
    font-size: 40px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.offer-main .hot-school .layui-tab-brief {
    padding: 0 24px;
}
.offer-main .hot-school .layui-tab-title {
    border: none;
}
.offer-main .hot-school .layui-tab-brief>.layui-tab-title .country_tab:hover {
    background-color: #d0dffc;
    color: #2472ff;
}
.offer-main .hot-school .layui-tab-brief>.layui-tab-title li span {
    font-weight: bold;
}
.offer-main .hot-school .layui-tab-brief>.layui-tab-title .layui-this span {
    color: #2472ff;
}
.offer-main .hot-school .layui-tab-brief>.layui-tab-title .layui-this::after {
    border-bottom: 2px solid #2472ff;
    left: 10%;
    width: 80%;
}
.offer-main .hot-school .layui-tab-brief>.layui-tab-title .layui-tab-bar {
    border: none;
    right: -6px;
}

.offer-main .hot-school .school-box {
    height: 568px;
    display: flex;
    margin-top: 24px;
}
.offer-main .hot-school .school-box .school-ranking{
    width: 282px;
    height: 100%;
    background-color: #376DE5;
    border-radius: 20px;
    padding: 0 24px;
    box-sizing: border-box;
}
.offer-main .hot-school .school-box .school-ranking .rinking-title {
    margin-top: 36px;
}
.offer-main .hot-school .school-box .school-ranking .rinking-title :nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.offer-main .hot-school .school-box .school-ranking .rinking-title :nth-child(2) a {
    margin-left: 35px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.offer-main .hot-school .school-box .school-ranking .ranking-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* padding: 0 12px; */
    color: #fff;
    min-height: 68px;
    border-radius: 10px;
}
.offer-main .hot-school .school-box .school-ranking .ranking-item:hover {
    background-color: #5186ED;
}

.offer-main .hot-school .school-box .school-ranking .ranking-item:nth-child(2){
    margin-top: 28px;
}

.offer-main .hot-school .school-box .school-ranking .ranking-item .ranking-num {
    font-size: 24px;
    font-weight: bold;
    min-width: 35px;
}
.offer-main .hot-school .school-box .school-ranking .ranking-item .ranking-text {
    margin-left: 24px;
    font-size: 14px;
}
.offer-main .hot-school .school-box .school-ranking .ranking-item .ranking-text p:nth-child(2) {
    width: 178px;
}
.offer-main .hot-school .school-box .school-ranking .ranking-item .ranking-text a {
    width: 178px;
    color: #fff!important;
}

/* 右边大学轮播 */
.offer-main .hot-school .school-box .school-university {
    width: calc(1200px - 282px);
    height: 100%;
    box-sizing: border-box;
    padding-left: 32px;
}
.school-university .layui-tab-item .carousel-box {
    background: #fff;
}
.school-university .layui-tab-item .school-carousel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    align-content: space-between;
}
.school-university .school-carousel .school-demo {
    width: 274px;
    min-height: 244px;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 24px;
    position: relative;
}
.school-university .school-carousel .school-demo:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.school-university .school-carousel .school-demo img {
    width: 72px;
    height: 72px;
    border-radius: 4px;
}
.school-university .school-carousel .school-demo .card-ranking {
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 40px;
    color: #E5E5E5;
}

.school-university .school-carousel .school-demo p:nth-child(3) {
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
}
.school-university .school-carousel .school-demo p:nth-child(4) {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
    color: #75758C;
}
.school-university .school-carousel .school-demo p:nth-child(5) {
    font-size: 16px;
    margin-top: 24px;
}
.school-university .school-carousel .school-demo p .offer-num {
    color: #5184E8;
}


/* 为什么选择offereasy */
.offer-main .service-panel {
    width: 100%;
    height: 734px;
    position: relative;
}
.service-panel .service-top {
    height: 50%;
}
.service-panel .service-bottom {
    height: 50%;
    background-color: #376DE5;;
}
.service-panel .service-container {
    padding: 32px;
    box-sizing: border-box;
    width: 1072px;
    height: 606px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 -12px 16px #e5e5e5;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
}
.service-panel .service-container .service-describe {
    width: calc(100% - 568px);
    box-sizing: border-box;
    padding-right: 32px;
}
.service-panel .service-container .service-describe p:nth-child(1) {
    margin-top: 40px;
    font-size: 18px;
    color: #376DE5;
    font-weight: bold;
}
.service-panel .service-container .service-describe p:nth-child(2) {
    margin-top: 56px;
    font-size: 40px;
    width: 50%;
    line-height: 64px;
    font-weight: bold;
}
.service-panel .service-container .service-describe p:nth-child(3) {
    margin-top: 24px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.service-panel .service-container .service-describe p:nth-child(4) {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #75758C;
}

.service-panel .service-container .service-describe button {
    margin-top: 54px;
}
.service-panel .service-container .service-describe button a {
    color: #fff!important;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.service-panel .service-container .service-box {
    width: 568px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.service-panel .service-container .service-box .service-item {
    width: 168px;
    height: 168px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}
.service-panel .service-container .service-box .service-item img {
    margin-top: 32px;
    width: 64px;
    height: 64px;
}
.service-panel .service-container .service-box .service-item .service-text {
    font-size: 16px;
    margin-top: 16px;
    font-weight: bold;
}

.middle-banner {
    text-align: center;
    cursor: pointer;
    height: 320px;
}
.middle-banner img {
    width: 1200px;
    height: 320px;
}

/************* 导师团队 ***********/
.teacher-panel {
    width: 1200px;
    margin: 0 auto;
    background-color: #376DE5;
}
.teacher-panel .teacher-panel-title {
    padding: 72px 0 0 80px;
    display: flex;
    align-content: center;
}
.teacher-panel .teacher-panel-title img {
    width: 64px;
    height: 64px;
}
.teacher-panel .teacher-panel-title span {
    font-size: 40px;
    color: #fff;
}
.teacher-panel .teacher-content {
    box-sizing: border-box;
    padding: 64px;
}
.teacher-panel .teacher-content .layui-tab-title {
    border: none;
}
.teacher-panel .teacher-content .layui-tab-brief>.layui-tab-title li {
    width: 20%;
}
.teacher-panel .teacher-content .layui-tab-brief>.layui-tab-title li span {
    font-weight: bold;
    color: #d1d1d1;
}
.teacher-panel .teacher-content .layui-tab-brief>.layui-tab-title .layui-this span {
    color: #fff;
}
.teacher-panel .teacher-content .layui-tab-brief>.layui-tab-title .layui-this::after {
    display: none;
}
.teacher-panel .teacher-content .teacher-box {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 24px 0 24px;
}
.teacher-panel .teacher-content .teacher-box .teacher-card {
    width: 244px;
    height: 214px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
    margin: 0 0px 16px 0px;
    display: block;
}
.teacher-panel .teacher-content .teacher-box .teacher-card:not(:nth-child(4n)) {
    margin-right: 16px;
}

.teacher-panel .teacher-content .teacher-box .teacher-card:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.teacher-panel .teacher-content .teacher-box .teacher-card img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}
.teacher-panel .teacher-content .teacher-box .teacher-card .teacher-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
.teacher-panel .teacher-content .teacher-box .teacher-card .teacher-school {
    font-size: 14px;
    color: rgb(142, 142, 142);
    margin-top: 4px;
    line-height: 22px;
}
.teacher-panel .teacher-content .teacher-box .teacher-card .teacher-assess {
    font-size: 12px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.teacher-card .teacher-assess .teacher-a-num {
    display: flex;
    align-items: center;
}
.teacher-panel .teacher-content .teacher-box .teacher-card .teacher-assess .user-like {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.teacher-content .view-more {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.teacher-content .view-more button {
    width: 170px;
    color: #fff;
}
.teacher-content .view-more button>a {
    color: #fff!important;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 你的满意，是我们前进的动力 */
.big-title {
    width: 1200px;
    margin: 136px auto 0 auto;
}
.big-title .title-assess {
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.big-title .title-assess img {
    width: 64px;
    height: 64px;
}
.big-title .title-assess-tips {
    margin-top: 24px;
    font-size: 20px;
    text-align: center;
    color: #75758C;
}
.comment-box {
    width: 1200px;
    height: 772px;
    margin: 40px auto 0 auto ;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-bottom: 64px;
}

/* 评价轮播滑动 */
.comment-box .comment-left {
    width: 502px;
    box-sizing: border-box;
    padding-top: 244px;
}
.comment-box .comment-left p:nth-child(1) {
    font-size: 16px;
    color: #75758C;
}
.comment-box .comment-left p:nth-child(2) {
    font-size: 72px;
    display: flex;
    margin-top: 32px;
    align-items: center;
    line-height: 112px;
}
.comment-box .comment-left p:nth-child(3) {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
.comment-box .comment-left p:nth-child(4) {
    font-size: 20px;
    margin-top: 32px;
    line-height: 28px;
}
.comment-box .comment-right{
    margin-left: 64px;
    width: 570px;
}

.comment-box .comment-right .layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=sub] {
    left: 106% !important;
    top: 44%;
    background-color: #376DE5;
}
.comment-box .comment-right .layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
    left: 106% !important;
    bottom: 44%;
    background-color: #376DE5;
}

.comment-box .comment-right .assess-box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 24px 30px 24px;
}
.comment-box .comment-right .assess-box .assess-carousel {
    margin-top: 16px;
    width: 100%;
    height: 236px;
    border-radius: 16px;
    display: flex;
    padding: 32px;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.08);
}
.comment-box .comment-right .assess-box .assess-carousel:hover {
    background-color: #376DE5;
    color: #fff;
}

.comment-box .comment-right .assess-box .assess-carousel img {
    width: 72px;
    height: 72px;
    border-radius: 72px;
}
.comment-box .comment-right .assess-box .assess-carousel .assess-text {
    margin-left: 24px;
    width: 78%;
    position: relative;
}
.comment-box .comment-right .assess-box .assess-carousel p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}
.comment-box .comment-right .assess-box .assess-carousel p:nth-child(2) {
    font-size: 16px;
    margin-top: 8px;
    opacity: 0.6;
}
.comment-box .comment-right .assess-box .assess-carousel p:nth-child(3) {
    font-size: 20px;
    margin-top: 28px;
    position: relative;
}
.comment-box .comment-right .assess-box .assess-carousel p:nth-child(3)::after{
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px dashed #999;
    position: absolute;
    top: -12px;
    left: 0;
}
.comment-box .comment-right .assess-box .assess-carousel p:nth-child(4) {
    font-size: 16px;
    opacity: 0.6;
    margin-top: 8px;
}
.assess-box .assess-carousel .assess-text img.icon_assess_ying {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -12px;
}

/* 自媒体 */
.weMedia {
    display: flex;
    justify-content: space-around;
    margin-bottom: 116px;
}
.weMedia img {
    width: 184px;
    height: 104px;
}


/* 发送邮件、立即订阅 */
.e-mail {
    height: 208px;
    background-color: #376DE5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc((100% - 1200px) / 2);
    width: 1200px;
}
.e-mail .email-left {
    display: flex;
    align-items: center;
}
.e-mail .email-left .email-text {
    margin-left: 16px;
}
.e-mail .email-left .email-text p:nth-child(1) {
    font-size: 40px;
    line-height: 64px;
    color: #fff;
}
.e-mail .email-left .email-text p:nth-child(2) {
    font-size: 16px;
    color: #fff;
}
.e-mail .email-left img {
    width: 112px;
    height: 112px;
}
.e-mail button{
    color: #fff;
}
.e-mail button:hover{
    color: #fff; 
}